<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* banner */
.banner {
	width: 100%;
	position: relative;
}

.banner .bd {
	position: relative;
}

.banner .bd img {
	display: block;
	width: 100%;
}

.banner .hd {
	position: absolute;
	bottom: 45px;
	left: 50%;
	margin-left: -100px;
	z-index: 99;
}
.banner .hd ul{
	position: relative;
}

.banner .hd li {
	display: inline-block;
	width: 60px;
	height: 5px;
	background: #fff;
	vertical-align: middle;
	transition: 0.3s;
}

.banner .hd li+li {
	margin-left: 10px;
}

.banner .hd li.on {
	background: #f50404;
	transition: 0.3s;
}

.banner .prev,.banner .next {
	width: 36px;
	height: 72px;
	background-color: #000;
	position: absolute;
	top: 42%;
	margin-top: -18px;
	cursor: pointer;
	z-index: 99;
	opacity: 0;
	transition: 0.6s;
}

.ban_btn_le {
	left: -36px;
	background: url(../img/20201013142927_1619376621.png) no-repeat center;
}

.ban_btn_ri {
	right: -36px;
	background: url(../img/20201013142928_1749299362.png) no-repeat center;
}

.banner:hover .ban_btn_le {
	left: 30px;
	opacity: 0.6;
	transition: 0.6s;
}

.banner:hover .ban_btn_ri {
	right: 30px;
	opacity: 0.6;
	transition: 0.6s;
}



/* search */
.search {
	width: 100%;
	height: 70px;
	overflow: hidden;
	border-bottom: 1px solid #e4e4e4;
}

#search_nr {
	width: 1300px;
	margin: 0 auto;
	height: 70px;
	border-radius: 8px;
}

#search-i {
	float: left;
	width: 34px;
	height: 34px;
	overflow: hidden;
	margin-top: 18px;
	box-sizing: border-box;
	padding-top: 8px;
	text-align: center;
	background: #2884db;
	margin-left: -39px;
	border-radius: 50%;
}

#search-bg {
	float: left;
	width: 250px;
	height: 44px;
	overflow: hidden;
	margin-top: 13px;
	box-sizing: border-box;
	padding-left: 15px;
	background: #f5f5f5;
	border-radius: 30px;
}

.search-text {
	width: 1045px;
	float: left;
	font-size: 14px;
	line-height: 75px;
	height: 75px;
	color: #999999;
}

.search-text span {
	color: #666666;
}

.search-text a {
	font-size: 14px;
	color: #999999;
}

.search-text a:hover {
	font-size: 14px;
	color: #f50404;
}

#infoname {
	border: none;
	background: none;
	outline: none;
}

.search1 {
	position: absolute;
	top: 661px;
	right: 0;
	left: 0;
	margin: auto;
}

.title {
	text-align: center;
}

.title b {
	font-size: 36px;
	line-height: 40px;
	color: #333333;
}

.title p {
	font-size: 18px;
	line-height: 50px;
	color: #888888;
}

/*pro*/
.pro {
	padding: 60px 0;
	background: #f6f6f6;
}

.pro_con {
	width: 994px;
}

.pro_nr {
	margin-top: 40px;
}

.pro_fl {
	width: 270px;
}

.pro_bt {
	width: 270px;
	height: 104px;
	background: #2884db;
	padding: 25px;
}

.pro_bt b {
	font-size: 26px;
	line-height: 30px;
	color: #ffffff;
}

.pro_bt b {
	font-size: 26px;
	line-height: 30px;
	color: #ffffff;
}

.pro_bt b img {
	vertical-align: bottom;
	margin-right: 15px;
}

.pro_bt p {
	font-size: 14px;
	line-height: 34px;
	color: #b1d7fc;
	font-family: Arial;
}

.pro_bg li a {
	line-height: 63px;
	font-size: 16px;
	color: #6b6b6b;
	font-weight: normal;
	border-bottom: 1px solid #f6f6f6;
	padding: 0 35px 0 50px;
	position: relative;
	display: block;
}

.pro_bg li a:after,
.pro_bg li a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.pro_bg li a:after {
	width: 4px;
	height: 21px;
	background: url(../img/20201015153330_889065112.jpg) no-repeat center;
	left: 24px;
}

.pro_bg li a:hover {
	color: #0997dc !important;
}

.pro_bg li a:before {
	width: 7px;
	height: 11px;
	background: url(../img/20201015153259_761392775.png) no-repeat center;
	right: 29px;
}

.pro_bg ul {
	position: relative;
}

.pro_bg ul,
.pro_bg li {
	display: block;
	width: 100%;
	padding: 0 !important;
	background: #ffffff;
}

.pro_lx{
	padding: 20px;
}
.pro_lx img{
	vertical-align: -10px;
}
.pro_lx strong{
	font-size: 26px;
	color: #0058b8;
}
.pro_lx span{
	display: block;
	color: #333;
	text-align: center;
}


.pro_tp {
	font-size: 0;
}

.pro_tp li {
	display: inline-block;
	padding: 0 !important;
	overflow: hidden;
	width: 318px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.pro_tp .on {
	margin-right: 0;
}

.pro_tp li br {
	display: none;
}

.pro_tp li span,
.pro_tp li a {
	display: block;
}

.pro_tp li span {
	margin: 1px 0 0 0;
	background: #fff;
}

.pro_tp li span a {
	font-size: 16px;
	color: #8e8e8e;
	font-weight: lighter;
	padding-left: 15px;
	line-height: 52px;
	text-align: left;
	position: relative;
	transition: all .3s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pro_tp li span a:after {
	content: '+';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 10px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	transition: all .3s ease;
	width: 0;
	height: 0;
	border: 17px solid #2884db;
	border-left: 18px solid transparent;
	border-top: 17px solid transparent;
}

.pro_tp li&gt;a {
	overflow: hidden;
	position: relative;
}

.pro_tp li&gt;a:after {
	content: '';
	display: block;
	position: absolute;
	top: -130%;
	left: -200%;
	width: 200%;
	height: 200%;
	transform: rotate(30deg);
	transition: all .3s ease;
}

.pro_tp li:hover&gt;a:after {
	left: -50%;
	top: -50%;
}

.pro_tp li:hover span a {
	background: #2884db;
	color: #fff;
	padding-left: 20px;
}

.pro_tp li:hover span a:after {
	border-color: #f50404;
	border-left: 18px solid transparent;
	border-top: 17px solid transparent;
}



/*å·¥è‰º*/
.xadv {
	height: 790px;
	background: url(../img/20201013172150_1295522883.jpg)center no-repeat;
	padding-top: 60px;
}

.xadv .title b {
	color: #ffffff;
}

.xadv .title p {
	color: #ffffff;
}

.xadv_con {
	width: 1508px;
	height: 518px;
	background: #ffffff;
	border-radius: 260px;
	margin: 0 auto;
	margin-top: 30px;
}

.xadv_nr {
	position: relative;
	height: 518px;
}

.xadv_nr ul {
	padding-top: 77px;
}

.xadv_tp {
	position: absolute;
	width: 476px;
	height: 476px;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}

.xadv_nr li {
	width: 425px;
}

.xadv_nr li.fr {
	text-align: right;
}

.xadv_nr li.fr .pcwa {
	margin-left: 95px;
}

.xadv_nr li dl:nth-child(1) {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e2e7ed;
}

.patop {
	font-size: 0;
	margin: 0 0 25px 7px;
}

.patop p {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color: #44484a;
}

.patop span {
	display: block;
	border-radius: 50%;
	background: #2884db;
	position: relative;
	z-index: 3;
	width: 66px;
	height: 66px;
	padding: 16px;
}

.patop p em {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #a9aeb1;
	margin-top: 5px;
}

.patop p+p {
	margin-left: 26px;
}

.pcwa {
	font-size: 15px;
	color: #8a8d8f;
	line-height: 30px;
	width: 330px;
}

.paicon {
	position: relative;
	animation: rotation 2s linear infinite;
}

.paicon:after {
	content: '';
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	background: rgba(0, 88, 184, .16);
	top: -7px;
	left: -7px;
	border-radius: 50%;
}

.xadv_nr li dl:hover .patop p {
	color: #0058b8;
}



/*åº”ç”¨æ¡ˆä¾‹*/
.case {
	padding: 60px 0;
}

.case .title em {
	font-weight: normal;
}

.casecon {
	padding: 45px 0 0 0;
}

.casecon&gt;ul {
	width: 642px;
	font-size: 0;
}

.casecon&gt;ul li dl {
	position: relative;
	display: inline-block;
	width: 316px;
	height: 231px;
	overflow: hidden;
}

.casecon&gt;ul li dl&gt;a {
	display: block;
}

.casecon&gt;ul li dl img {
	width: 100%;
	height: 100%;
	transition: all .6s ease;
}

.casecon&gt;ul li dl p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 46px;
	background: rgba(30, 32, 31, 0.68);
	transition: all .3s ease;
}

.casecon&gt;ul li+li {
	margin: 10px 0 0 0;
}

.casecon&gt;ul li dl:hover p {
	background: rgba(1, 99, 210, 0.8);
}

.casecon&gt;ul li dl:hover img {
	transform: scale(1.1);
}

.casecon&gt;ul li dl+dl {
	margin: 0 0 0 10px;
}

.casebig {
	width: 642px !important;
	height: 482px !important;
}

.casebig p {
	line-height: 66px !important;
}



/*å››å¤§ä¼˜åŠ¿*/
.adv {
	height: 976px;
	background: url(../img/20201014210324_50567152.jpg) no-repeat center;
	padding-top: 60px;
}

.adv_title {
	text-align: center;
}

.adv_title b {
	font-size: 36px;
	line-height: 44px;
	color: #333333;
}

.adv_title p {
	font-size: 18px;
	line-height: 40px;
	color: #888888;
}

.adv_title img {
	margin-top: 16px;
}

.advtab {
	font-size: 0;
	margin-top: 40px;
	white-space: nowrap;
	position: relative;
	z-index: 9;
}

.advtab li {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	position: relative;
	width: 25%;
	box-sizing: border-box;
	transition: all .3s ease;
	font-size: 35px;
	color: #ffffff;
	height: 130px;
	background: #2884db;
}

.advtab li+li {
	border-left: 1px solid #fff;
}

.advtab li em {
	display: block;
	transition: all .3s ease;
	font-size: 16px;
	color: #ffffff;
	margin-top: 8px;
	text-transform: inherit;
}

.advtab li p {
	padding: 40px 0 0 115px;
}

.advtab li i {
	display: block;
	position: absolute;
	width: 65px;
	height: 62px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 30px;
	background: url(../img/20201014195025_1329923043.png) no-repeat left top;
}

.advtab li:nth-child(2) i {
	background-position-x: -65px;
}

.advtab li:nth-child(3) i {
	background-position-x: -130px;
}

.advtab li:nth-child(4) i {
	background-position-x: -195px;
}

.advtab li:after,
.advtab li:before {
	content: '';
	display: block;
	height: 4px;
	position: absolute;
	width: 0;
	bottom: -4px;
	background: #d62708;
	transition: all .3s ease;
}

.advtab li.on {
	background: #f50404;
}

.advcon {
	background: #fff;
	padding: 80px 50px 50px 50px;
	margin: -50px auto 0 auto;
	width: 1300px;
	box-sizing: content-box;
}

.advleft {
	width: 594px;
}

.advpic {}

.adv_t {
	font-size: 24px;
	line-height: 30px;
	color: #666666;
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px;
}

.adv_t em {
	font-size: 66px;
	line-height: 70px;
	color: #b4cfe8;
	font-family: Impact;
}

.adv_t b {
	font-size: 36px;
	line-height: 46px;
	color: #2884db;
	display: block;
}

.adv_t em:after {
	content: '';
	display: block;
	width: 2px;
	height: 26px;
	background: #b4cfe8;
	margin: 7px 0 7px 10px;
}

.adv_c {
	margin: 20px 0 30px 0;
	font-size: 15px;
	color: #666666;
	font-weight: lighter;
	line-height: 35px;
}

.adv_c p {
	padding-left: 26px;
	background: url(../img/20201014202855_1193930371.png) no-repeat 0px 14px;
}

.advtel {
	background: #e5f0fb;
	background: linear-gradient(to right, #e5f0fb, #ffffff);
	line-height: 80px;
	font-size: 16px;
	color: #666666;
	box-sizing: content-box;
}

.advtel em {
	font-size: 30px;
	color: #222222;
	vertical-align: sub;
	display: inline-block;
}

.advtel span {
	display: inline-block;
	padding-left: 60px;
	margin-left: 40px;
	background: url(../img/20201014205600_1093996537.png) no-repeat left center;
}



/*par*/
.par {
	height: 232px;
	background: #2884db;
}

.par_l {
	margin-top: 50px;
	font-size: 34px;
	color: #fff;
	text-align: left;
}

.par_l span {
	display: block;
	font-size: 18px;
	color: #cbe6ff;
}

.par_l span:before {
	content: '';
	display: block;
	width: 38px;
	height: 2px;
	background: #94c2ed;
	margin: 12px 0;
}

.par_l a {
	display: block;
	margin-top: 25px;
}

.par_r {
	width: 810px;
	position: relative;
	margin-top: 61px;
}

.par_r .part_btnl,
.par_r .part_btnr {
	width: 24px;
	height: 52px;
	background: #95cbff;
	border-radius: 12px;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	padding: 22px 8px;
}

.par_r .part_btnr {
	left: auto;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.par_r table,
.par_r tbody,
.par_r tr,
.par_r td {
	display: block;
	padding-left: 30px;
}

.par_r td,
.par_r td div {
	padding: 0 !important;
}

.par_r td br {
	display: none;
}

.par_r td a {
	display: block;
}

.par_r td {
	margin-right: 20px;
	width: 218px;
	position: relative;
}

.par_r td&gt;a {
	border: 1px solid #eeeeee;
}

.par_r td&gt;a img {
	width: 100%;
	height: auto;
}

.par_r td div a {
	font-size: 15px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 108px;
	transition: all .3s ease;
	width: 100%;
	height: 100%;
	text-align: center;
	transform: scale(0);
	background: rgba(0, 0, 0, .6);
}

.par_r td:hover div a {
	transform: scale(1);
}


/*å®šåˆ¶æµç¨‹*/
.proce {
	padding: 60px 0;
}

.proce_bt {
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	color: #888888;
}

.proce_bt b {
	font-size: 36px;
	line-height: 40px;
	color: #2884db;
	display: block;
}

.proce_nr {
	margin-top: 40px;
	height: 158px;
	position: relative;
}

.proce_nr:after {
	content: '';
	position: absolute;
	width: 147%;
	height: 1px;
	background: #a7a7a7;
	bottom: 9px;
	left: -310px;
}

.proce_nr li {
	float: left;
	width: 136px;
	background: url(../img/20201014114802_118596046.png)bottom no-repeat;
	text-align: center;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
}

.proce_nr li:before {
	content: '';
	width: 38px;
	height: 10px;
	background: #ffffff;
	position: absolute;
	bottom: -13px;
	left: 0;
	right: 0;
	margin: auto;
}

.proce_nr li:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid #a7a7a7;
	border-radius: 50%;
	position: absolute;
	bottom: -13px;
	left: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
}

.proce_nr li i {
	width: 80px;
	height: 80px;
	border-radius: 5px;
	border: 1px solid rgba(40, 132, 219, 0.45);
	padding: 2px;
	margin: 0 auto;
}

.proce_nr li i em {
	width: 74px;
	height: 74px;
	border-radius: 5px;
	background: #2884db;
	background: linear-gradient(138deg, #4fa9ff, #2884db);
	padding: 17px;
}

.proce_nr li p {
	font-size: 16px;
	line-height: 40px;
	color: #666666;
	font-weight: lighter;
}

.proce_nr li+li {
	margin-left: 96px;
}

.pcconcat {
	width: 760px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	background: #2884db;
	font-size: 18px;
	color: #97ccfe;
	position: relative;
	margin-top: 40px;
}

.pcconcat p {
	margin-left: 35px;
	padding-left: 55px;
	background: url(../img/20201014151736_1242055697.png) no-repeat left center;
}

.pcconcat b {
	vertical-align: middle;
	font-size: 30px;
	color: #fcff00;
	font-family: Arial, Helvetica, sans-serif;
}

.pcconcat a {
	display: block;
	position: absolute;
	width: 98px;
	height: 98px;
	right: -25px;
	top: -10px;
	border-radius: 50%;
	font-size: 20px;
	color: #2884db;
	padding: 20px 30px;
	box-sizing: border-box;
	background: #eef7ff;
	letter-spacing: 3px;
	line-height: 30px;
	padding: 18px 26px;
	transition: all .3s ease;
}

.pcconcat a:hover {
	background: #f50404;
	color: #ffffff;
}


/*å…³äºŽ*/
.about {
	height: 639px;
	background: url(../img/20201014153811_1981739620.jpg) no-repeat center;
}

.abpic {
	margin-top: 64px;
}

.ab_t {
	font-size: 14px;
	color: #7c7f82;
	text-transform: uppercase;
	font-weight: lighter;
}

.ab_t b {
	display: block;
	font-size: 38px;
	color: #34373a;
	margin-bottom: 10px;
}

.ab_t b em {
	color: #2884db;
	display: inline-block;
	vertical-align: baseline;
}

.ab_t:after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background: #2884db;
	margin-top: 25px;
}

.abcon {
	margin-top: 66px;
	width: 490px;
}

.ab_c {
	text-indent: 2em;
	font-size: 15px;
	color: #949698;
	line-height: 34px;
	margin: 30px 0 65px 0;
}

.ab_btn a {
	display: inline-block;
	width: 130px;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #222222;
	transition: all .3s ease;
}

.ab_btn a+a {
	margin-left: 17px;
}

.ab_btn a:hover {
	background: #2884db;
}

.qyxx {
	position: relative;
	margin-top: 40px;
	margin-bottom: 60px;
}

.qyjt {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: 27px;
	height: 50px;
	left: -50px;
	background: url(../img/20201014212651_275373693.png) no-repeat center top;
}

.qyjt.next {
	left: auto;
	right: -50px;
	background: url(../img/20201014212651_2077964625.png) no-repeat center top;
}

.qyjt:hover {
	background-position: center bottom;
}

.qyxx table,
.qyxx tr,
.qyxx tbody {
	width: 100%;
	display: block;
	overflow: hidden;
}

.qyxx td {
	display: inline-block;
	padding: 0 !important;
	margin-right: 17px;
	width: 312px;
}

.qyxx br {
	display: none;
}

.qyxx td&gt;a img {
	width: 100%;
	height: auto;
}

.qyxx td&gt;a {
	display: block;
	position: relative;
	overflow: hidden;
}

.qyxx td&gt;a:after,
.qyxx td&gt;a:before {
	content: '';
	display: block;
	position: absolute;
	transition: all .5s ease;
}

.qyxx td&gt;a:before {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
}

.qyxx td:hover&gt;a:before {
	opacity: 1;
}

.qyxx td&gt;a:after {
	content: '\67e5\770b\66f4\591a';
	line-height: 40px;
	width: 130px;
	top: 40%;
	background: #2884db;
	border-radius: 25px;
	font-size: 14px;
	color: #fff;
	font-weight: lighter;
	left: -100%;
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.qyxx td:hover&gt;a:after {
	left: 32%;
}

.qyxx td div {
	padding: 0 !important;
}

.qyxx td div a {
	display: block;
	font-size: 16px;
	color: #4c4e4f;
	margin-top: 15px;
}

.qyxx td:hover div a {
	color: #2884db;
}


/*æ–°é—»ä¸­å¿ƒ*/
.news {
	background: #f5f7f9;
	padding: 60px 0 60px 0;
}

.news * {
	box-sizing: border-box;
}

.newstab a {
	display: inline-table;
	width: 220px;
	height: 62px;
	background: #e6eaed;
	line-height: 62px;
	font-size: 20px;
	color: #414b4b;
	padding-left: 86px;
	position: relative;
	transition: all 0.5s ease;
}

.newstab a:after {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 16px;
	left: 36px;
	background: url(../img/20201014160350_1934033866.png) no-repeat left top;
	transition: all 0.5s ease;
}

.newstab a+a {
	margin-left: 11px;
}

.newstab a:nth-child(2):after {
	background-position-x: -37px;
}

.newstab a:nth-child(3):after {
	background-position-x: -76px;
}

.newstab {
	width: 692px;
	margin: 0 auto;
}

.newstab a.on:after {
	background-position-y: -69px;
	transform: translateX(360deg);
}

.newstab a.on {
	background: #2884db;
	color: #fff;
}

.newstab {
	margin: 30px auto 40px auto;
}

.nbcl_le {
	width: 700px;
}

.nbcl_le .news_div_item {
	width: 326px;
	display: inline-block;
	vertical-align: top;
}

.nbcl_le .news_div_item+.news_div_item {
	margin-left: 40px;
}

.nbcl_le .news_div_item_pic img {
	width: 326px;
	height: 220px;
}

.news_div_item_title a {
	font-size: 18px;
	color: #34383d;
}

.news_div_item_title a:hover {
	color: #2884db;
}

.nbcl_le .news_div_item_content {
	margin-top: 30px;
}

.nbcl_le .news_div_item_body {
	margin-top: 20px;
	line-height: 24px;
	color: #93999f;
	font-size: 14px;
	font-weight: lighter;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.nbcl_le .news_div_item_date,
.new_more {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-top: 25px;
	color: #696d71;
}

.nbcl_le .news_div_item_date&gt;div {
	display: inline-block;
	vertical-align: top;
	color: #696d71;
}

.new_more {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: url(../img/20201014160304_231451151.png) no-repeat right center;
	float: right;
	margin-top: 17px;
}

.nbcr_ri {
	width: 570px;
	padding-right: 10px;
}

.nbcr_ri .news_div_item_pic {
	display: none;
}

.nbcr_ri .news_div_item {
	font-size: 0;
	border: 1px solid #eceef0;
	padding: 23px 0;
	position: relative;
	transition: 300ms;
	height: 145px;
}

.nbcr_ri .news_div_item:hover {
	box-shadow: 0 0 10px rgba(7, 99, 210, 0.26);
	z-index: 1;
	transition: 300ms;
}

.nbcr_ri .news_div_item_date,
.nbcr_ri .news_div_item_content {
	display: inline-block;
	vertical-align: top;
}

.nbcr_ri .news_div_item_date {
	width: 115px;
	text-align: center;
	font-size: 0;
}

.nbcr_ri .news_div_item_content {
	width: 424px;
	padding-left: 20px;
	border-left: 1px solid #f2f5f5;
}

.nbcr_ri .news_div_item_date&gt;div {
	font-family: Arial;
}

.nbcr_ri .news_div_item_year,
.nbcr_ri .news_div_item_month {
	display: inline-block;
	vertical-align: top;
	color: #333;
	font-size: 14px;
}

.nbcr_ri .news_div_item_day {
	font-size: 46px;
	font-weight: bold;
	color: #35373a;
	line-height: 64px;
}

.nbcr_ri .news_div_item_body {
	margin-top: 10px;
	line-height: 30px;
	height: 60px;
	color: #93999f;
	padding-right: 20px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.nbcr_ri .news_div_item+.news_div_item {
	border-top: none;
}

.nbc_list {
	padding: 10px 0px;
}</pre></body></html>